home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Utilities / MacDOS™ 2.0.0ƒ / autoexec.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-23  |  436 b   |  24 lines  |  [TEXT/mDOS]

  1. @echo off
  2. echo.
  3. !set showae=yes
  4. prompt $p$g
  5. substvol c 1
  6. date yy-mm-dd
  7. time 0:0:0
  8. !
  9. ! the following lines ensure that the folders with MacDOS and with the
  10. ! MacDOS batch files are searched
  11. !
  12. ! DO NOT ATTACH TO OTHER FOLDERS BEFORE UPDATING THE PATH
  13. !
  14. set w1=%where%
  15. decr w1 by \
  16. incr w1 by \batches
  17. path "c:\;1:\aliases;%where%;%w1%"
  18. set w1=
  19.  
  20. !
  21. ! This sets loads the abbreviations defined in the file named 'abbrev'
  22. !
  23. set abbrev=abbrev
  24.